runtime.cpuProfile.log (field)
11 uses
	runtime (current package)
		cpuprof.go#L40: 	log  *profBuf // profile events written here
		cpuprof.go#L79: 		if cpuprof.on || cpuprof.log != nil {
		cpuprof.go#L86: 		cpuprof.log = newProfBuf(1, profBufWordCount, profBufTagCount)
		cpuprof.go#L88: 		cpuprof.log.write(nil, nanotime(), hdr[:], nil)
		cpuprof.go#L94: 		cpuprof.log.close()
		cpuprof.go#L122: 		cpuprof.log.write(tagPtr, nanotime(), hdr[:], stk)
		cpuprof.go#L171: 		p.log.write(nil, 0, hdr[:], p.extra[i+1:i+int(p.extra[i])])
		cpuprof.go#L183: 		p.log.write(nil, 0, hdr[:], lostStk[:])
		cpuprof.go#L193: 		p.log.write(nil, 0, hdr[:], lostStk[:])
		cpuprof.go#L245: 	log := cpuprof.log
		cpuprof.go#L254: 		cpuprof.log = nil
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |